projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0abe4a6
)
(init_sys_modes): Delete DEFVAR_LISP in the wrong place.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 14 Oct 2006 10:09:32 +0000
(10:09 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 14 Oct 2006 10:09:32 +0000
(10:09 +0000)
src/sysdep.c
patch
|
blob
|
history
diff --git
a/src/sysdep.c
b/src/sysdep.c
index 307f69290d6c31113e41d8694fb88d1bbd7bd384..3fd134e476d9fc89503b689e1b8e3546d134e08c 100644
(file)
--- a/
src/sysdep.c
+++ b/
src/sysdep.c
@@
-1373,16
+1373,6
@@
init_sys_modes ()
{
struct emacs_tty tty;
-#ifdef MAC_OS8
-/* cus-start.el complains if delete-exited-processes is not defined */
-#ifndef subprocesses
- DEFVAR_BOOL ("delete-exited-processes", &delete_exited_processes,
- doc: /* *Non-nil means delete processes immediately when they exit.
-nil means don't delete them until `list-processes' is run. */);
- delete_exited_processes = 0;
-#endif
-#endif /* MAC_OS8 */
-
#ifdef VMS
#if 0
static int oob_chars[2] = {0, 1 << 7}; /* catch C-g's */